home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2000 October / tst.iso / multimed / IDN / web / lemonruski / revolver.swf / scripts / DefineButton2_15 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  1999-08-05  |  420 b   |  20 lines

  1. on(release){
  2.    tellTarget("_level0/")
  3.    {
  4.       gotoAndStop("transition to nightclub");
  5.       play();
  6.       tellTarget("/")
  7.       {
  8.          gotoAndPlay(11);
  9.          tellTarget("_level0/phone")
  10.          {
  11.             gotoAndStop("second");
  12.             tellTarget("_level0/nightclubinsert/nightclubpan/ravers")
  13.             {
  14.                gotoAndStop("on");
  15.             }
  16.          }
  17.       }
  18.    }
  19. }
  20.